//[
CreateInvitationResult
[androidJvm]
sealed class CreateInvitationResult
Types
| Name | Summary |
|---|---|
| Companion | [androidJvm] object Companion |
| Error | [androidJvm] sealed class Error : Streem.CreateInvitationResult |
| InvitationCreated | [androidJvm] data class InvitationCreated(val invitation: Streem.StreemInvitation) : Streem.CreateInvitationResult |
Inheritors
| Name |
|---|
| InvitationCreated |
| Error |